This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
deps: update dependency com.google.protobuf:protobuf-bom to v3.13.0 #126
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.12.4
->3.13.0
Release Notes
protocolbuffers/protobuf
v3.13.0
Compare Source
PHP
better parsing performance and fixes a handful of conformance issues. It will
also make it easier to add support for more features like proto2 and proto3 presence.
version bump. PHP 5.x users can still use pure-PHP.
C++
(for regular messages they were already explicit).
fields.
Python
in EnumTypeWrapper.
Java
not mark the value as present.
C
This was required to modernize the parsing stack to use the
Span<byte>
type internally. (#7351)
ParseFrom(ReadOnlySequence<byte>)
method to enable GC friendlyparsing with reduced allocations and buffer copies. (#7351)
IBufferWriter<byte>
orto a
Span<byte>
to enable GC friendly serialization.The new API is available as extension methods on the
IMessage
type. (#7576)GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
define to makegenerated code compatible with old C# compilers (pre-roslyn compilers
from .NET framework and old versions of mono) that do not support
ref structs. Users that are still on a legacy stack that does
not support C# 7.2 compiler might need to use the new define
in their projects to be able to build the newly generated code. (#7490)
it is recommended to regenerate your generated code to achieve the best
performance (the legacy generated code will still work, but might incur
a slight performance penalty).
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.